home *** CD-ROM | disk | FTP | other *** search
- /*
- pict.h
- */
-
- enum {
- Pscroll=0,
- Pnonum, Pzero, Pone, Ptwo, Pthree, Pfour, Pfive,
- Psix, Pseven, Peight, Pnine, Prgb_updown,
- Prgb_r, Prgb_g, Prgb_b, Psave, Pload,
- Pcopy, Pview, Pleftsw, Prightsw, Psetup, Ppaint,
- Pline, Pspray, Pfline, Pexit, Ppen, Pboxfill,
- Ppenbase, Pfpset, Ppat, Paccent, Pzoom, Pbikkuri,
- Pundo, Pblot, Pdiffuse, Psand, Ppoly, Pgoshi, Pplay,
- Prec, Pstop, Psand_a, Pdiffuse_a, Psmooth, Pcopypoly,
- Protatebox, Protatepoly, Pzoompoly, Pcolchg, Psharp,
- Pcopyboxvturn, Pcopyboxhturn, Pcopypolyvturn, Pcopypolyhturn,
- Prgb_updown2, Partemis, Pselectoff, Pselecton,
- Pupsw, Pdownsw, Pmask, Ptest,
- Pelps, Pelpsfill, Pbox, Pairbrush,
- Pdummy
- };
-
- void putpict(int x,int y,int num);
-
-